home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / cli / mailencoder.lha / mailencoder.readme < prev    next >
Encoding:
Text File  |  1999-12-18  |  1.2 KB  |  45 lines

  1. Short:    Mailencoder V1.0 Mail attachment encoder
  2. Author:    james@colossus.cs.wits.ac.za
  3. Version:    1.0
  4. Type:    util/cli
  5.  
  6. A simple mailencoder utility that will encode any file into a Base64 or
  7. UUencoded file both of which are common methods of transporting binary
  8. files such as programs or images and sounds via email and newsgroups.
  9.  
  10. Why use this program ?
  11.  
  12. * It is the only integrated utility that will encode both common used formats
  13. and as far as I know the only amiga Base64 encoder.
  14.  
  15. * It is small, fast and stable.
  16.  
  17.  
  18. History:
  19.  
  20. This is the first public release. 
  21.  
  22. Usage:
  23.  
  24. CLI only!
  25.  
  26. Mailencoder FROM/A,TO,MIME/S,QUIET/S
  27.  
  28. FROM        - (Required) Name (and path) of the file you want to encode.
  29.  
  30. TO        - (Optional) Name (and path) of the file to output.
  31.           If a name is given it will use that name for the output file.
  32.           If none is given, the program will automatically call the file,
  33.           "inputfile.uue" unless the MIME option is specified, then the
  34.           file will be called "inputfile.b64"
  35.  
  36. MIME        - Encode the file using the MIME Base64 method instead of
  37.           UUEncoding which is the default.
  38.  
  39. QUIET    - (Switch) If QUIET is specified, no output except for errors will be
  40.           reported.
  41.  
  42.           The default is verbose, for example:
  43.  
  44.           Decoding inputfile to outputfile xxxx bytes written
  45.